use d280db1
go

  drop table t280org
go
  create table t280org                                 
     (f_afm_c             char(2)               not null                        
     ,f_afm_x             char(30)              not null                        
     ,f_bu_x              char(30)              not null                        
     ,f_div_x             char(30)              not null                        
     ,f_grp_x             char(30)              not null                        
     )
                                                                               
go
